home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / c_wndw.arc / COMPLINK.TUR < prev    next >
Encoding:
Text File  |  1990-01-28  |  384 b   |  10 lines

  1. REM parameter is program name to be compiled, linked and run
  2. REM format of entry is "complink program"
  3. REM Note that the ".c" suffix is omitted
  4. if NOT EXIST \turboc\marietta\%1.c GOTO END
  5. copy \turboc\marietta\%1.c program.c
  6. tcc -C -Iinclude -Llib -ms program lib\c_wndw.lib 
  7. PAUSE examine compile for errors, then press any key
  8. program
  9. :END
  10.